projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e307fa9
)
tools: moveconfig: Fix another typo
author
Joe Hershberger
<
[email protected]
>
Fri, 10 Jun 2016 19:53:29 +0000
(14:53 -0500)
committer
Masahiro Yamada
<
[email protected]
>
Sun, 12 Jun 2016 22:46:28 +0000
(07:46 +0900)
Signed-off-by: Joe Hershberger <
[email protected]
>
Reviewed-by: Masahiro Yamada <
[email protected]
>
tools/moveconfig.py
patch
|
blob
|
history
diff --git
a/tools/moveconfig.py
b/tools/moveconfig.py
index 9bbcead2eb9131c6ad41c197d4a637c92923abed..d2744c16eb88ff430987931565117697391a233a 100755
(executable)
--- a/
tools/moveconfig.py
+++ b/
tools/moveconfig.py
@@
-608,7
+608,7
@@
class Slot:
This function makes sure the temporary directory is cleaned away
even if Python suddenly dies due to error. It should be done in here
- because it is guranteed the destructor is always invoked when the
+ because it is gu
a
ranteed the destructor is always invoked when the
instance of the class gets unreferenced.
If the subprocess is still running, wait until it finishes.